home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / n.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  168 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(15) then
  3.     curcontrol(15)
  4.   else
  5.     if the timer < 300 then
  6.       go(the frame)
  7.     else
  8.       go("layoutchange")
  9.     end if
  10.   end if
  11. end
  12.